home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.2 KB | 58 lines | [TEXT/GEOL] |
- Item 7399625 27-Jan-90 11:18
-
- From: MADA.EUROPE MacApp Dev Assoc Eur,E Carrasco,IDV
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: 'mntb' resource description.
-
- Attn: MacAppers'
- ⁄ MacApp.Tech$
-
- From: Eric Carrasco
- MADA Europe
- 2, allée des Acacias
- F-95130 Le Plessis Bouchard
- France
- ⁄ MADA.Europe
-
- Sub: 'mntb' resource description.
-
-
- Hi all,
- Here is a description of mntb resources.
- A bundle, including a 'TMPL' for ResEdit is posted in "MADA Europe Folder".
-
- ------------
- # 'mntb' resource description for Rez (you can add this to "MacAppTypes.r"
- File).
- # Remember: 'mntb' resources are generated by PostRez and contain a description
- of
- # MacApp command numbers associated with menu items.
- # Caution: Internal format of 'mntb' may be changed in the futur.
-
-
- /*----------------------------mntb • menu command
- table------------------------------------------*/
- type 'mntb' {
- array {
- integer // Command number
- integer;// Menu ID
- integer;// Item number
- };
- };
-
- /*
- See also "PostRez.p" source code:
- tableRec= RECORD
- cmd:integer;
- menu: integer;
- item: integer;
- END;
- */
-
- Best Regards,
-
- .Eric
-
-